Theme - Centurion
A clean cut UI theme for Sublime Text.
Details
Installs
- Total 68K
- Win 39K
- Mac 16K
- Linux 13K
Jan 3 | Jan 2 | Jan 1 | Dec 31 | Dec 30 | Dec 29 | Dec 28 | Dec 27 | Dec 26 | Dec 25 | Dec 24 | Dec 23 | Dec 22 | Dec 21 | Dec 20 | Dec 19 | Dec 18 | Dec 17 | Dec 16 | Dec 15 | Dec 14 | Dec 13 | Dec 12 | Dec 11 | Dec 10 | Dec 9 | Dec 8 | Dec 7 | Dec 6 | Dec 5 | Dec 4 | Dec 3 | Dec 2 | Dec 1 | Nov 30 | Nov 29 | Nov 28 | Nov 27 | Nov 26 | Nov 25 | Nov 24 | Nov 23 | Nov 22 | Nov 21 | Nov 20 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 1 | 2 | 1 | 1 | 0 | 0 | 1 | 1 | 3 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 1 | 1 | 2 | 1 | 0 | 1 | 0 | 0 | 1 | 2 | 0 | 0 | 0 | 0 | 0 | 2 | 1 | 0 |
Mac | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 2 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Linux | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 |
Readme
- Source
- raw.githubusercontent.com
Centurion
A clean cut UI theme for Sublime Text 2 bastardised from the source code of Soda.
Centurion was made out of a want for less UI and more code. It's so minimal you can barely see it.
Installation
Just install through Package Control and make sure to update the theme in your Settings - User
file with:
"theme": "Centurion.sublime-theme"
or
"theme": "CenturionLight.sublime-theme"
To update the syntax hightlighting using Galea make sure you add following lines into your Settings - User
file:
"color_scheme": "Packages/Theme - Centurion/Galea.tmTheme"
or
"color_scheme": "Packages/Theme - Centurion/GaleaLight.tmTheme"
Customisation
Centurion has a few settings that you can tweaking that you can apply through your Settings - User
file. Below is a list of all the properties you can activate. Just boink them into your settings file and toggle at will.
// Colors
"centurion_color_blue": false,
"centurion_color_red": false,
"centurion_color_yellow": false,
"centurion_color_orange": false,
"centurion_color_grey": false,
// UI
"centurion_tab_close_buttons": false,
"centurion_tab_scrolling": false,
Galea
Centurion now ships with its own syntax highlighting. Galea is a simple theme designed to cut down on the use of color in conflicting locations. There are only five colors, each relating to a high level Textmate scope.
Color | Scope |
---|---|
Yellow | Entity / Tag |
Red | Support / Keyword |
Orange | Storage |
Green | String |
Blue | Constant |
Additionally each file's background is tinted to distinguish it's type. Front-end remains grey, backend is blue and data-files are green.
Bugs
If you like the theme and find some bugs please do let me know. I've been testing it only with my current pipeline so there are bound to be file types that miss out. Just bug it out and I'll do my best to fix them up.